projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
3b0983c
1679210
)
auto merge of #430 : aochagavia/cargo/mod, r=alexcrichton
author
bors
<bors@rust-lang.org>
Sun, 24 Aug 2014 20:59:09 +0000
(20:59 +0000)
committer
bors
<bors@rust-lang.org>
Sun, 24 Aug 2014 20:59:09 +0000
(20:59 +0000)
Example:
```
use std::fmt;
use std::fmt::Show;
```
becomes
```
use std::fmt::{mod, Show};
```
Trivial merge